home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 81
- Top = 107
- Width = 669
- Height = 433
- Caption = 'teeMach, SL --- Series DataSet Example'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 201
- Width = 661
- Height = 205
- BottomWall.Color = clWhite
- Foot.Font.Charset = DEFAULT_CHARSET
- Foot.Font.Color = clRed
- Foot.Font.Height = -11
- Foot.Font.Name = 'Arial'
- Foot.Font.Style = [fsItalic]
- LeftWall.Color = 8454143
- Title.Text.Strings = (
- 'TChart')
- OnClickSeries = Chart1ClickSeries
- View3D = False
- Align = alClient
- TabOrder = 0
- OnMouseMove = Chart1MouseMove
- object Series1: TBubbleSeries
- Cursor = 2020
- Marks.ArrowLength = 0
- Marks.Font.Charset = DEFAULT_CHARSET
- Marks.Font.Color = clBlue
- Marks.Font.Height = -11
- Marks.Font.Name = 'Arial'
- Marks.Font.Style = [fsUnderline]
- Marks.Frame.Visible = False
- Marks.Transparent = True
- Marks.Visible = True
- SeriesColor = clRed
- Pointer.HorizSize = 9
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.VertSize = 9
- Pointer.Visible = True
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- RadiusValues.DateTime = False
- RadiusValues.Name = 'Radius'
- RadiusValues.Multiplier = 1.000000000000000000
- RadiusValues.Order = loNone
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 661
- Height = 41
- Align = alTop
- TabOrder = 1
- object DBNavigator1: TDBNavigator
- Left = 48
- Top = 8
- Width = 240
- Height = 25
- DataSource = DataSource1
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 41
- Width = 661
- Height = 160
- Align = alTop
- TabOrder = 2
- object DBGrid1: TDBGrid
- Left = 1
- Top = 1
- Width = 376
- Height = 158
- Align = alLeft
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- Columns = <
- item
- FieldName = 'Color'
- end
- item
- FieldName = 'X'
- end
- item
- FieldName = 'Y'
- end
- item
- FieldName = 'Label'
- Width = 78
- end
- item
- FieldName = 'Radius'
- end>
- end
- object Memo1: TMemo
- Left = 377
- Top = 1
- Width = 283
- Height = 158
- Align = alClient
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'The TeeChart below is connected to a DBGrid '
- 'component.'
- 'The TSeriesDataSet component does the job.'
- ''
- 'Move the Mouse and Click a Point to edit it.'
- 'NO tables and NO BDE are used in this '
- 'example.')
- ParentFont = False
- TabOrder = 1
- end
- end
- object SeriesDataSet1: TSeriesDataSet
- Series = Series1
- Active = True
- Left = 144
- Top = 112
- end
- object DataSource1: TDataSource
- DataSet = SeriesDataSet1
- Left = 240
- Top = 112
- end
- end
-